[INFO] cloning repository https://github.com/colobrodo/hybrid-integer-encoding
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/colobrodo/hybrid-integer-encoding" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcolobrodo%2Fhybrid-integer-encoding", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcolobrodo%2Fhybrid-integer-encoding'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a077b530817cac86fe75dbb6c68f3e49a1fa9f61
[INFO] testing colobrodo/hybrid-integer-encoding against try#28f95933dc0727396c07b48d0a8cb5211b7fb472 for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcolobrodo%2Fhybrid-integer-encoding" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/colobrodo/hybrid-integer-encoding
[INFO] finished tweaking git repo https://github.com/colobrodo/hybrid-integer-encoding
[INFO] tweaked toml for git repo https://github.com/colobrodo/hybrid-integer-encoding written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/colobrodo/hybrid-integer-encoding on toolchain 28f95933dc0727396c07b48d0a8cb5211b7fb472
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/colobrodo/hybrid-integer-encoding already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 39943ab198996855dc00576bd8654816ef19167dd124f9be455f082e8b642030
[INFO] running `Command { std: "docker" "start" "-a" "39943ab198996855dc00576bd8654816ef19167dd124f9be455f082e8b642030", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "39943ab198996855dc00576bd8654816ef19167dd124f9be455f082e8b642030", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "39943ab198996855dc00576bd8654816ef19167dd124f9be455f082e8b642030", kill_on_drop: false }`
[INFO] [stdout] 39943ab198996855dc00576bd8654816ef19167dd124f9be455f082e8b642030
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3a2816aa17749915984ba06202214f5c264d77d9df9ec7aa9051fcb29ac6c1f6
[INFO] running `Command { std: "docker" "start" "-a" "3a2816aa17749915984ba06202214f5c264d77d9df9ec7aa9051fcb29ac6c1f6", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling zerocopy v0.8.39
[INFO] [stderr]    Compiling simd-adler32 v0.3.8
[INFO] [stderr]    Compiling regex-syntax v0.8.9
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling anyhow v1.0.101
[INFO] [stderr]    Compiling syn v2.0.116
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling rand_core v0.10.0
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling combine v4.6.7
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling num-format v0.4.4
[INFO] [stderr]    Compiling chacha20 v0.10.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling pluralizer v0.5.0
[INFO] [stderr]    Compiling impl-tools-lib v0.11.4
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling env_filter v1.0.0
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling sysinfo v0.35.2
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling stable_try_trait_v2 v1.75.1
[INFO] [stderr]    Compiling partition v0.1.2
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling zerocopy-derive v0.8.39
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling enum-as-inner v0.6.1
[INFO] [stderr]    Compiling impl-tools v0.11.4
[INFO] [stderr]    Compiling mem_dbg-derive v0.3.0
[INFO] [stderr]    Compiling epserde-derive v0.12.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling sysctl v0.6.0
[INFO] [stderr]    Compiling mem_dbg-derive v0.2.1
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling sealed v0.6.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling mmap-rs v0.7.0
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling lender-derive v0.1.3
[INFO] [stderr]    Compiling value-traits-derive v0.2.1
[INFO] [stderr]    Compiling aliasable v0.1.3
[INFO] [stderr]    Compiling jiff v0.2.20
[INFO] [stderr]    Compiling xxhash-rust v0.8.15
[INFO] [stderr]    Compiling arbitrary-chunks v0.4.1
[INFO] [stderr]    Compiling maybe-dangling v0.1.2
[INFO] [stderr]    Compiling lender v0.5.2
[INFO] [stderr]    Compiling rdst v0.20.14
[INFO] [stderr]    Compiling mem_dbg v0.3.4
[INFO] [stderr]    Compiling value-traits v0.2.1
[INFO] [stderr]    Compiling tempfile v3.25.0
[INFO] [stderr]    Compiling mem_dbg v0.4.0
[INFO] [stderr]    Compiling derive_setters v0.1.9
[INFO] [stderr]    Compiling ambassador v0.5.0
[INFO] [stderr]    Compiling dsi-progress-logger v0.8.2
[INFO] [stderr]    Compiling lambert_w v1.2.34
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling thread-priority v3.0.0
[INFO] [stderr]    Compiling rand v0.10.0
[INFO] [stderr]    Compiling clap_lex v1.0.0
[INFO] [stderr]    Compiling clap_builder v4.5.59
[INFO] [stderr]    Compiling java-properties v2.0.0
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling parallel_frontier v0.1.1
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling sysinfo v0.36.1
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling dary_heap v0.3.8
[INFO] [stderr]    Compiling sync-cell-slice v0.9.12
[INFO] [stderr]    Compiling no-break v0.1.2
[INFO] [stderr]    Compiling nonmax v0.5.5
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling common_traits v0.12.0
[INFO] [stderr]    Compiling env_logger v0.11.9
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling clap v4.5.59
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/common_traits-0.12.0/src/impls.rs:1011:25
[INFO] [stdout]      |
[INFO] [stdout] 1011 |     const BITS: usize = <$ty>::BITS;
[INFO] [stdout]      |                 -----   ^^^^^^^^^^^ expected `usize`, found `u32`
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 expected because of the type of the associated constant
[INFO] [stdout] ...
[INFO] [stdout] 2475 | impl_float!(f32, AtomicF32, 0.0, 1.0, f64, AtomicF64, 0.0, 1.0,);
[INFO] [stdout]      | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_float` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `common_traits` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "3a2816aa17749915984ba06202214f5c264d77d9df9ec7aa9051fcb29ac6c1f6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3a2816aa17749915984ba06202214f5c264d77d9df9ec7aa9051fcb29ac6c1f6", kill_on_drop: false }`
[INFO] [stdout] 3a2816aa17749915984ba06202214f5c264d77d9df9ec7aa9051fcb29ac6c1f6
